blktap2: seperate blktap1/blktap2 disk types
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 6 Jul 2009 10:47:02 +0000 (11:47 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 6 Jul 2009 10:47:02 +0000 (11:47 +0100)
commit158299ee06fe1a8753a565ba542643c80bd72643
tree1663fdf5aad52f9eb86ef8e9b52a60252a68adca
parentae9820b4b04e7c0896aca3d74f375441388f3cc4
blktap2: seperate blktap1/blktap2 disk types

 * seperate blktap1/blktap2 disk types
 * use blktap1 when driver is not in explicit list of blktap2 drivers,
 * rather than current check against list of blktap1 only drivers
 * remove 'tapdisk' disk type (it is not a tapdisk disk type) and fix
 * tapdisk disk type check in XenConfig

Signed-off-by: Ryan O'Connor <rjo@cs.ubc.ca>
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/server/BlktapController.py